home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000285_news@columbia.edu _Mon May 8 12:07:22 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id MAA00530
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Mon, 8 May 2000 12:07:22 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA08224
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 8 May 2000 12:07:21 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA20351
  10.     for kermit.misc@watsun.cc.columbia.edu; Mon, 8 May 2000 12:01:14 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Martin Tharby Jones <martin.jones@rdel.co.uk>
  13. Subject: Control of RTS
  14. Date: Mon, 08 May 2000 16:58:27 +0100
  15. Organization: Racal Defence Electronics Ltd.
  16. Message-ID: <3916E423.24345C73@rdel.co.uk>
  17. To: kermit.misc@columbia.edu
  18.  
  19. I need to be able to set the state of the Request To Send line on the
  20. serial port either from the kermit command prompt or via an external
  21. program. Using kermit I can monitor the state of some of the handshake
  22. lines on /dev/ttya but I do not know of any command to set the outputs.
  23.  
  24.  Carrier Detect      (CD):  Off/On (input)
  25.  Clear To Send       (CTS): Off/On (input)
  26.  Data Terminal Ready (DTR): On     (output)
  27.  Dataset Ready       (DSR): Off    (input does not change)
  28.  Request to Send     (RTS): On     (output)
  29.  Ring Indicator      (RI):  Off    (input does not change)
  30.  
  31. C-Kermit>show versions
  32.  
  33. Versions:
  34.  C-Kermit 7.0.197, 8 Feb 2000
  35.  Numeric: 700197
  36.  Built for:  SunOS 4.1
  37.  Running on: SunOS 2 4.1.4 sun4m  (SPARCclassic with Cycle Computer
  38. Corp. upgrade)
  39.  Patches: (none)
  40.  UNIX Communications support, 7.0.231, 31 Dec 1999 for SunOS 4.1
  41.  UNIX File support, 7.0.156, 30 Dec 1999 for SunOS 4.1
  42.  C-Kermit library, 7.0.009, 29 Nov 1999
  43.  C-Kermit Protocol Module 7.0.135, 1 Jan 2000
  44.  C-Kermit functions, 7.0.187, 20 Dec 1999
  45.  Command package 7.0.121, 24 Dec 1999
  46.  User Interface 7.0.222, 1 Jan 2000
  47.  Character Set Translation 7.0.038, 10 Nov 1999
  48.  CONNECT Command for UNIX:select(), 7.0.110, 30 Dec 1999
  49.  Dial Command, 7.0.131, 22 Dec 1999
  50.  Script Command, 7.0.030, 21 Oct 1998
  51.  Network support, 7.0.194, 30 Dec 1999
  52.  Telnet support, 7.0.191, 30 Dec 1999
  53.  
  54. Thanks to anyone who can help.
  55.  
  56. Martin
  57.  
  58. --
  59.     Martin Jones                                RDEL Communications Division
  60.                                                 Western Road,
  61. E-mail:         martin.jones@rdel.co.uk         Bracknell,
  62. Telephone:      +44 (0)1344 385279              Berkshire,  RG12 1RG,
  63. Fax:            +44 (0)1344 385172              England.
  64.  
  65.  
  66.